home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / Graph / English.lproj / ThreeDPanel.nib / data.classes next >
Encoding:
Text File  |  1992-06-01  |  386 b   |  27 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. GraphApp = {
  7.     OUTLETS = {
  8.     threeDPanel;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. ThreeDPanel = {
  13.     ACTIONS = {
  14.     changeZoom:;
  15.     changeBackgroundColor:;
  16.     changeShading:;
  17.     changeSurfaceColor:;
  18.     };
  19.     OUTLETS = {
  20.     zoomSlider;
  21.     shadingButtons;
  22.     backgroundColorWell;
  23.     surfaceColorWell;
  24.     };
  25.     SUPERCLASS = Panel;
  26. };
  27.